NullableEnumAssertions<TEnum> Class Methods
In This Topic
For a list of all members of this type, see NullableEnumAssertions<TEnum> members.
Public Methods
| | Name | Description |
 | Be | Overloaded. Asserts that the current is exactly equal to the expected value. (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | BeDefined | Asserts that the current value of is defined inside the enum. (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | BeNull | Asserts that a nullable value is a null reference (Nothing in Visual Basic). (Inherited from FluentAssertions.Primitives.NullableEnumAssertions<TEnum,NullableEnumAssertions<TEnum>>) |
 | BeOneOf | Overloaded. Asserts that the System.Enum is one of the specified validValues. (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | Equals | (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | HaveFlag |
Asserts that an enum has a specified flag
(Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | HaveSameNameAs<T> | Asserts that the current has the same name as . (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | HaveSameValueAs<T> | Asserts that the current has the same numeric value as . (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | HaveValue | Overloaded. Asserts that a nullable value is not a null reference (Nothing in Visual Basic). (Inherited from FluentAssertions.Primitives.NullableEnumAssertions<TEnum,NullableEnumAssertions<TEnum>>) |
 | Match | Asserts that the System.Enum matches the . (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | NotBe | Overloaded. Asserts that the current or is not equal to the unexpected value. (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | NotBeDefined | Asserts that the current value of is not defined inside the enum. (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | NotBeNull | Asserts that a nullable is not a null reference (Nothing in Visual Basic). (Inherited from FluentAssertions.Primitives.NullableEnumAssertions<TEnum,NullableEnumAssertions<TEnum>>) |
 | NotHaveFlag |
Asserts that an enum does not have a specified flag
(Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | NotHaveSameNameAs<T> | Asserts that the current does not have the same name as . (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | NotHaveSameValueAs<T> | Asserts that the current does not have the same numeric value as . (Inherited from FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions>) |
 | NotHaveValue | Overloaded. Asserts that a nullable value is a null reference (Nothing in Visual Basic). (Inherited from FluentAssertions.Primitives.NullableEnumAssertions<TEnum,NullableEnumAssertions<TEnum>>) |
Top
Extension Methods
See Also